home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / sysdeps / stub / start.c < prev    next >
Text File  |  1992-01-10  |  329b  |  8 lines

  1. /* This file should define the low-level program entry point,
  2.    which should set up `__environ', and then do:
  3.      __libc_init(argc, argv, __environ);
  4.      exit(main(argc, argv, __environ));
  5.  
  6.    This file should be prepared to be the first thing in the text section (on
  7.    Unix systems), or otherwise appropriately special.  */
  8.